home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
pcl57.arj
/
PART4.EXE
/
GO2.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-12-30
|
3KB
|
86 lines
ECHO OFF
cls
echo This is not FREE software! This is a shareware package. Shareware
echo means try before you buy. See the registration option on the main
echo menu for information about the BONUS DISKS and registration
echo certificate which will be shipped after you register. Registration
echo works on the honor system: you the user pay for the software you
echo try and use. Thanks for using PC-LEARN and supporting the shareware
echo concept with your prompt submission of a registration fee!
pause
:TOP
cls
rem menu
ECHO ┌──────────────────────────────────────────────────────────────────────┐
ECHO │ PART TWO - PC-LEARN MENU │
ECHO │ │
ECHO │ A Modems and BBS Systems G Databases │
ECHO │ B Computer Glossary H Using Shareware │
ECHO │ C Reading List I Buying and Upgrading a PC │
ECHO │ D Software Resources J Graphics Standards │
ECHO │ E Word Processors K Hard drives │
ECHO │ F Spreadsheets L About the Author │
ECHO │ │
ECHO │ Q quits Program! │
ECHO │ │
ECHO │ Press a letter key to begin │
ECHO └──────────────────────────────────────────────────────────────────────┘
:START
pclkey ,Q81,q81,L76,l76,K75,k75,J74,j74,I73,i73,H72,h72,G71,g71,F70,f70,E69,e69,D68,d68,C67,c67,B66,b66,A65,a65/E
ECHO ----- PLEASE WAIT FOR A MOMENT - DISK DRIVE LOADING DATA -----
ECHO OFF
IF ERRORLEVEL 81 GOTO END
IF ERRORLEVEL 76 GOTO LABELL
IF ERRORLEVEL 75 GOTO LABELK
IF ERRORLEVEL 74 GOTO LABELJ
IF ERRORLEVEL 73 GOTO LABELI
IF ERRORLEVEL 72 GOTO LABELH
IF ERRORLEVEL 71 GOTO LABELG
IF ERRORLEVEL 70 GOTO LABELF
IF ERRORLEVEL 69 GOTO LABELE
IF ERRORLEVEL 68 GOTO LABELD
IF ERRORLEVEL 67 GOTO LABELC
IF ERRORLEVEL 66 GOTO LABELB
IF ERRORLEVEL 65 GOTO LABELA
:LABELA
view modem.tut
GOTO TOP
:LABELB
view glossry.tut
GOTO TOP
:LABELC
view bibliog.tut
GOTO TOP
:LABELD
view software.tut
GOTO TOP
:LABELE
VIEW wordproc.tut
GOTO TOP
:LABELF
VIEW spread.tut
GOTO TOP
:LABELG
VIEW database.tut
GOTO TOP
:LABELH
VIEW share.tut
GOTO TOP
:LABELI
VIEW equipmnt.tut
GOTO TOP
:LABELJ
VIEW displstd.tut
GOTO TOP
:LABELK
VIEW HARDRIVE.TUT
GOTO TOP
:LABELL
VIEW AUTHOR.TUT
GOTO TOP
:END
CLS
ECHO ----- THANKS FOR USING PC-LEARN -----
ECHO ----- REGISTERING WILL BRING YOU THE BONUS DISKS! ----